toggle menu
Spring Boot Kotlin API
4.0.0-M3
jvm
switch theme
search in API
Spring Boot Kotlin API
/
org.springframework.boot.docs.web.servlet.springmvc
/
[jvm]MyRestController
/
getUserCustomers
get
User
Customers
@
GetMapping
(
value
=
"/{userId}/customers"
)
open
fun
getUserCustomers
(
@
PathVariable
userId
:
Long
)
:
List
<
Customer
>